diff options
Diffstat (limited to 'app/[lng]')
| -rw-r--r-- | app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx | 2 | ||||
| -rw-r--r-- | app/[lng]/procurement/(procurement)/basic-contract-template/page.tsx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx b/app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx index 189d29e0..f4cab5a0 100644 --- a/app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx +++ b/app/[lng]/evcp/(evcp)/basic-contract-template/page.tsx @@ -36,7 +36,7 @@ export default async function IndexPage(props: IndexPageProps) { <div> <div className="flex items-center gap-2"> <h2 className="text-2xl font-bold tracking-tight"> - 기본계약서 템플릿 관리 + 기본 계약문서 관리 </h2> <InformationButton pagePath="evcp/basic-contract-template" /> </div> diff --git a/app/[lng]/procurement/(procurement)/basic-contract-template/page.tsx b/app/[lng]/procurement/(procurement)/basic-contract-template/page.tsx index 77f6239f..26108323 100644 --- a/app/[lng]/procurement/(procurement)/basic-contract-template/page.tsx +++ b/app/[lng]/procurement/(procurement)/basic-contract-template/page.tsx @@ -34,7 +34,7 @@ export default async function IndexPage(props: IndexPageProps) { <div className="flex items-center justify-between space-y-2"> <div> <h2 className="text-2xl font-bold tracking-tight"> - 기본계약서 템플릿 관리 + 기본 계약문서 관리 </h2> {/* <p className="text-muted-foreground"> 기본계약서를 비롯하여 초기 서명이 필요한 문서를 등록하고 편집할 수 있습니다. 활성화된 템플릿이 서명 요청의 리스트에 나타나게 됩니다..{" "} |
